@model IEnumerable @{ ViewData["Title"] = "ASP .NET MVC TreeGrid Example"; } @{ var employee = Model.FirstOrDefault(); }